home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / beer.sea / Beer / Beer Stax / card_4967.txt < prev    next >
Text File  |  1988-09-26  |  2KB  |  81 lines

  1. -- card: 4967 from stack: in
  2. -- bmap block id: 10130
  3. -- flags: 0000
  4. -- background id: 2662
  5. -- name: brew process
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=468 top=62 right=90 bottom=491
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Facts
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect venetian blinds slowly
  23.   go to card ID 5172
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 8003
  31. -- rect: left=450 top=34 right=54 bottom=504
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Menu
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go to card ID 3496
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=482 top=95 right=118 bottom=512
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 19162 / 19162
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Next
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go to next card
  62. end mouseUp
  63.  
  64.  
  65. -- part 4 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=450 top=95 right=118 bottom=481
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 9120 / 9120
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Prev
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   go to previous card
  80. end mouseUp
  81.